Protected Overridable Sub AddOtherFieldsThanPrimaryKey( _ ByVal sbQueries As StringBuilder, _ ByVal table As Table _ )
Dim instance As BaseDatabaseProvider Dim sbQueries As StringBuilder Dim table As Table instance.AddOtherFieldsThanPrimaryKey(sbQueries, table)
protected virtual void AddOtherFieldsThanPrimaryKey( StringBuilder sbQueries, Table table )
protected: virtual void AddOtherFieldsThanPrimaryKey( StringBuilder* sbQueries, Table* table )
protected: virtual void AddOtherFieldsThanPrimaryKey( StringBuilder^ sbQueries, Table^ table )
Parameters
- sbQueries
- table