SnapStreamingClientContains Method

Determines if databaseName is contained in the database.

Definition

Namespace: SnapDB.Snap.Services.Net
Assembly: SnapDB (in SnapDB.dll) Version: 1.0.102.0 -- Release Build+29075351d0e5aa4dea46a5c520805222f672dc2e
public override bool Contains(
	string databaseName
)

Parameters

databaseName  String
Name of database instance to access.

Return Value

Boolean
true if a database with the specified name exists; otherwise, false.

Remarks

This method checks whether a database with the specified name exists in the client. It performs a case-insensitive comparison of the database name.

See Also