SnapStreamingClientContains Method
Determines if databaseName is contained in the database.
Namespace: SnapDB.Snap.Services.NetAssembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public override bool Contains(
string databaseName
)
Public Overrides Function Contains (
databaseName As String
) As Boolean
public:
virtual bool Contains(
String^ databaseName
) override
function Contains(databaseName);
- databaseName String
- Name of database instance to access.
Booleantrue if a database with the specified name exists; otherwise,
false.
This method checks whether a database with the specified name exists in the client.
It performs a case-insensitive comparison of the database name.