Knight Data Access Layer
GetAddColumnSql Method (FirebirdProvider)




KellermanSoftware.NetDataAccessLayer.Providers Namespace > FirebirdProvider Class : GetAddColumnSql Method
Get the SQL to add a column to a table
Syntax
Public Overrides Function GetAddColumnSql( _
   ByVal table As Table, _
   ByVal column As Field _
) As String
Dim instance As FirebirdProvider
Dim table As Table
Dim column As Field
Dim value As String
 
value = instance.GetAddColumnSql(table, column)
public override string GetAddColumnSql( 
   Table table,
   Field column
)
public: string* GetAddColumnSql( 
   Table* table,
   Field* column
) override 
public:
String^ GetAddColumnSql( 
   Table^ table,
   Field^ column
) override 

Parameters

table
column
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

FirebirdProvider Class
FirebirdProvider Members