Unsupported ADO.NET methods and properties
The .NET Provider is based on the ADO.NET 3.0 data provider specification. The Netezza Performance Server .NET Provider does not support certain methods and properties from that specification. If you try to use one of the unsupported methods or properties, an exception is thrown.
The unsupported methods and properties are as follows:
Class name | Properties | Methods |
---|---|---|
CommandBuilder | CatalogLocation
CatalogSeparator ConflictOption DataAdapter SchemaSeparator SetAllValues |
ApplyParameterInfo()
GetDeleteCommand() GetDeleteCommand(bool) GetInsertCommand() GetInsertCommand(bool) GetParameterName(int) GetParameterName(string) GetParameterPlaceholder(int) GetSchemaTable() GetUpdateCommand() GetUpdateCommand(bool) InitializeCommand() RefreshSchema() RowUpdatingHandler() RowUpdatingHandler (RowUpdatingEventArgs rowUpdatingEvent) SetRowUpdatingHandler() |
Connection | EnlistTransaction() OnStateChange() |
|
ConnectionStringBuilder | BrowsableConnectionString
ConnectionString Count IsFixedSize IsReadOnly Keys Values |
AppendKeyValuePair (StringBuilder builder, string keyword, string value) AppendKeyValuePair (StringBuilder builder, string keyword, string value, bool useOdbcRules) ClearPropertyDescriptors() EquivalentTo() GetProperties() ShouldSerialize() TryGetValue() |
DataAdapter | FillCommandBehavior UpdateBatchSize |
Fill(DataSet dataSet) Fill(DataSet dataSet, int startRecord, int maxRecords, string srcTable) Fill(DataSet dataSet, string srcTable) Fill(DataTable dataTable) Fill(int startRecord, int maxRecords, params DataTable[] dataTables) FillSchema(DataSet dataSet, SchemaType schemaType) FillSchema(DataSet dataSet, SchemaType schemaType, string srcTable) FillSchema(DataTable dataTable, SchemaType schemaType) GetFillParameters() Update(DataRow[] dataRows) Update(DataSet dataSet) Update(DataSet dataSet, string srcTable) |
DataReader | VisibleFieldCount | GetByte() GetData() GetDbDataReader() GetGuid() GetProviderSpecific FieldType() GetProviderSpecificValue() GetProviderSpecificValues() |
Factory | CanCreateDataSource
Enumerator |
CreateDataSource
Enumerator() CreatePermission() |
Parameter | CleanName
Precision Scale UseCast |
Clone () |
ParameterCollection | GetParameter(int)
GetParameter(string) SetParameter(int) SetParameter(String) |
|
Transaction | Rollback(string) Save(string) |