Visual Studio.NET Implementation Reference
This section lists the properties and methods supported by PSQL with regards to .NET.
OleDbCommand Methods
Cancel
CreateParameter
CreateParameter
Dispose
ExecuteNonQuery
 
*Note: This method is expected to return -1 when execute DDL statements; The PSQL OLE DB provider returns 0.
ExecuteReader
CloseConnection
KeyInfo
Default
SingleResult
SingleRow
ExecuteScalar
Prepare
 
OleDbCommand Properties
Connection
CommandText
CommandTimeout
Transaction
CommandType
Text
Stored Procedure
TableDirect
CommandUpdatedRowSource
 
OleDbCommandBuilder
All are supported
OleDbConnection Methods
Open
CreateCommand
Close
DatabaseChange
 
*Note: PSQL OLE DB does not support modifying the current catalog.
BeginTransaction
GetOleDbSchemaTable
Columns
Indexes
ProviderTypes
Tables
 
OleDbConnection Properties
ConnectionString
DataBase
DataSource
Provider
ServerVersion
State
 
OleDbDataAdapter Methods
CreateTableMappings
CloneInternals
Fill
FillSchema
GetFillParameters
OnRowUpdated
 
OleDbDataAdapter Properties
MissingMappingsAction
MissingSchemaAction
AcceptChangesDuringFill
DeleteCommand
InsertCommand
SelectCommand
UpdateCommand
TableMappings
Columns
Table
DataColumn Properties tested with PSQL OLE DB Provider
AllowDBNull
AutoIncrement
AutoIncrementSeed
AutoIncrementStep
     
MaxLength
ReadOnly
Unique
 
OleDbDataReader Methods
Close
Read
GetBoolean
GetByte(Workaround: Use GetInt16)
GetChar (NOT supported)
GetDateTime
GetDecimal
GetDouble
GetFloat(Workaround: Use GetDouble)
GetInt16
GetInt32
GetInt64(Workaround: Use GetDecimal)
GetName
GetSchemaTable
GetString
GetTimeSpan
GetValue
GetValues
IsDBNull:
NextResult
 
OleDbDataReader Properties
Depth
Item
FieldCount
IsClosed
RecordsAffected
DataSet Methods Tested with OLE DB Provider
AcceptChanges
GetChanges
Merge
HasChanges
RejectChanges
Reset
DataSet Properties Tested with OLE DB Provider
CaseSensitive
DataSetName
DefaultViewManager
EnforceConstraints
HasErrors
Locale
Table
DataTable Methods Tested with OLE DB Provider
AcceptChanges
Clear
NewRow
 
DataTable Properties Tested with OLE DB Provider
ChildRelations
Columns
DataSet
Rows
TableName
DataRow Methods Tested with OLE DB Provider
AcceptChanges
RejectChanges
Delete
IsNull