[To be supplied.]
[Visual Basic] Public Function GetDataColumnBySchemaAction( _ ByVal dataTable As DataTable, _ ByVal dataType As Type, _ ByVal dataStorage As DataStorage, _ ByVal schemaAction As MissingSchemaAction _ ) As DataColumn [C#] public DataColumn GetDataColumnBySchemaAction( DataTable dataTable, Type dataType, DataStorage dataStorage, MissingSchemaAction schemaAction ); [C++] public: DataColumn* GetDataColumnBySchemaAction( DataTable* dataTable, Type* dataType, DataStorage* dataStorage, MissingSchemaAction schemaAction ); [JScript] public function GetDataColumnBySchemaAction( dataTable : DataTable, dataType : Type, dataStorage : DataStorage, schemaAction : MissingSchemaAction ) : DataColumn;
DataColumnMapping Class | DataColumnMapping Members | System.Data.Internal Namespace