'Declaration Public Function TruncateTable( _ ByVal tableName As System.String _ ) As System.Long
'Usage Dim instance As BaseDatabaseProvider Dim tableName As System.String Dim value As System.Long value = instance.TruncateTable(tableName)
public System.long TruncateTable( System.string tableName )
public: System.long TruncateTable( System.string* tableName )
public: System.int64 TruncateTable( System.String^ tableName )
Parameters
- tableName
- The name of the table