[Missing <summary> documentation for "M:DatabaseObjects.SQL.SQLSelectTables.Exists(System.String)"]
Assembly: DatabaseObjects (in DatabaseObjects.dll) Version: 3.8.1.0
Syntax
C# |
---|
public bool Exists( string strTableName ) |
Visual Basic |
---|
Public Function Exists ( _ strTableName As String _ ) As Boolean |
Visual C++ |
---|
public: bool Exists( String^ strTableName ) |
Parameters
- strTableName
- Type: System..::..String
[Missing <param name="strTableName"/> documentation for "M:DatabaseObjects.SQL.SQLSelectTables.Exists(System.String)"]
Return Value
[Missing <returns> documentation for "M:DatabaseObjects.SQL.SQLSelectTables.Exists(System.String)"]