Protected Overrides Function GetPrimaryKeyColumnsForTable( _ ByVal tableName As String _ ) As List(Of String)
Dim instance As SqlServerProvider Dim tableName As String Dim value As List(Of String) value = instance.GetPrimaryKeyColumnsForTable(tableName)
protected override List<string> GetPrimaryKeyColumnsForTable( string tableName )
protected: List<string*>* GetPrimaryKeyColumnsForTable( string* tableName ) override
protected: List<String^>^ GetPrimaryKeyColumnsForTable( String^ tableName ) override
Parameters
- tableName