Knight Data Access Layer
GetDropSequenceSql Method (SqLiteProvider)




KellermanSoftware.NetDataAccessLayer.Providers Namespace > SqLiteProvider Class : GetDropSequenceSql Method
The name of the table
Currently not supported
Syntax
Public Overrides Function GetDropSequenceSql( _
   ByVal tableName As String _
) As String
Dim instance As SqLiteProvider
Dim tableName As String
Dim value As String
 
value = instance.GetDropSequenceSql(tableName)
public override string GetDropSequenceSql( 
   string tableName
)
public: string* GetDropSequenceSql( 
   string* tableName
) override 
public:
String^ GetDropSequenceSql( 
   String^ tableName
) override 

Parameters

tableName
The name of the table
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

SqLiteProvider Class
SqLiteProvider Members