|
|
The NavisWorksDataReader type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Close |
Closes the datareader.
(Overrides DbDataReader..::..Close()()()().) |
|
|
CreateObjRef |
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.) |
|
|
Dispose()()()() |
Releases the resources consumed by this DbDataReader. (Inherited from DbDataReader.) |
|
|
Dispose(Boolean) |
Releases the managed resources used by the DbDataReader and optionally releases the unmanaged resources. (Inherited from DbDataReader.) |
|
|
Equals | (Inherited from Object.) |
|
|
Finalize |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) |
|
|
GetBoolean |
Retrieves the column as a boolean value
(Overrides DbDataReader..::..GetBoolean(Int32).) |
|
|
GetByte |
Retrieves the column as a single byte value
(Overrides DbDataReader..::..GetByte(Int32).) |
|
|
GetBytes |
Retrieves a column as an array of bytes (blob).
To determine the number of bytes in the column, pass a null value for the buffer.The total length will be returned.
(Overrides DbDataReader..::..GetBytes(Int32, Int64, array<Byte>[]()[][], Int32, Int32).) |
|
|
GetChar |
Returns the column as a single character
(Overrides DbDataReader..::..GetChar(Int32).) |
|
|
GetChars |
Retrieves a column as an array of chars (blob)
To determine the number of characters in the column, pass a null value for the buffer. The total length will be returned.
(Overrides DbDataReader..::..GetChars(Int32, Int64, array<Char>[]()[][], Int32, Int32).) |
|
|
GetData |
Returns a DbDataReader object for the requested column ordinal. (Inherited from DbDataReader.) |
|
|
GetDataTypeName |
Retrieves the name of the back-end datatype of the column
(Overrides DbDataReader..::..GetDataTypeName(Int32).) |
|
|
GetDateTime |
Retrieve the column as a date/time value
(Overrides DbDataReader..::..GetDateTime(Int32).) |
|
|
GetDbDataReader |
Returns a DbDataReader object for the requested column ordinal that can be overridden with a provider-specific implementation. (Inherited from DbDataReader.) |
|
|
GetDecimal |
Retrieve the column as a decimal value
(Overrides DbDataReader..::..GetDecimal(Int32).) |
|
|
GetDouble |
Returns the column as a double
(Overrides DbDataReader..::..GetDouble(Int32).) |
|
|
GetEnumerator |
Returns an IEnumerator that can be used to iterate through the rows in the data reader. (Inherited from DbDataReader.) |
|
|
GetFieldType |
Returns the .NET type of a given column
(Overrides DbDataReader..::..GetFieldType(Int32).) |
|
|
GetFieldValue``1 | (Inherited from DbDataReader.) |
|
|
GetFieldValueAsync``1(Void) | (Inherited from DbDataReader.) |
|
|
GetFieldValueAsync``1(Void, UMP) | (Inherited from DbDataReader.) |
|
|
GetFloat |
Returns a column as a float value
(Overrides DbDataReader..::..GetFloat(Int32).) |
|
|
GetGuid |
Returns the column as a Guid
(Overrides DbDataReader..::..GetGuid(Int32).) |
|
|
GetHashCode |
Serves as a hash function for a particular type. GetHashCode()()()() is suitable for use in hashing algorithms and data structures like a hash table. (Inherited from Object.) |
|
|
GetInt16 |
Returns the column as a short
(Overrides DbDataReader..::..GetInt16(Int32).) |
|
|
GetInt32 |
Retrieves the column as an int
(Overrides DbDataReader..::..GetInt32(Int32).) |
|
|
GetInt64 |
Retrieves the column as a long
(Overrides DbDataReader..::..GetInt64(Int32).) |
|
|
GetLifetimeService |
Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
|
|
GetName |
Retrieves the name of the column
(Overrides DbDataReader..::..GetName(Int32).) |
|
|
GetOrdinal |
Retrieves the index of a column, given its name
(Overrides DbDataReader..::..GetOrdinal(String).) |
|
|
GetProviderSpecificFieldType |
Returns the provider-specific field type of the specified column. (Inherited from DbDataReader.) |
|
|
GetProviderSpecificValue |
Gets the value of the specified column as an instance of Object. (Inherited from DbDataReader.) |
|
|
GetProviderSpecificValues |
Gets all provider-specific attribute columns in the collection for the current row. (Inherited from DbDataReader.) |
|
|
GetSchemaTable |
Schema information in SQLite is difficult to map into .NET conventions, so a lot of work must be done
to gather the necessary information so it can be represented in an ADO.NET manner.
(Overrides DbDataReader..::..GetSchemaTable()()()().) |
|
|
GetStream | (Inherited from DbDataReader.) |
|
|
GetString |
Retrieves the column as a string
(Overrides DbDataReader..::..GetString(Int32).) |
|
|
GetTextReader | (Inherited from DbDataReader.) |
|
|
GetType |
Gets the Type of the current instance. (Inherited from Object.) |
|
|
GetValue |
Retrieves the column as an object corresponding to the underlying datatype of the column
(Overrides DbDataReader..::..GetValue(Int32).) |
|
|
GetValues |
Retrieves the values of multiple columns, up to the size of the supplied array
(Overrides DbDataReader..::..GetValues(array<Object>[]()[][]).) |
|
|
InitializeLifetimeService |
Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.) |
|
|
IsDBNull |
Returns True if the specified column is null
(Overrides DbDataReader..::..IsDBNull(Int32).) |
|
|
IsDBNullAsync(Void) | (Inherited from DbDataReader.) |
|
|
IsDBNullAsync(Void, Boolean) | (Inherited from DbDataReader.) |
|
|
MemberwiseClone()()()() |
Creates a shallow copy of the current Object. (Inherited from Object.) |
|
|
MemberwiseClone(Boolean) |
Creates a shallow copy of the current MarshalByRefObject object. (Inherited from MarshalByRefObject.) |
|
|
NextResult |
Moves to the next resultset in multiple row-returning SQL command.
(Overrides DbDataReader..::..NextResult()()()().) |
|
|
NextResultAsync()()()() | (Inherited from DbDataReader.) |
|
|
NextResultAsync(Void) | (Inherited from DbDataReader.) |
|
|
Read |
Reads the next row from the resultset
(Overrides DbDataReader..::..Read()()()().) |
|
|
ReadAsync()()()() | (Inherited from DbDataReader.) |
|
|
ReadAsync(Void) | (Inherited from DbDataReader.) |
|
|
ToString | (Inherited from Object.) |
Properties
| Name | Description | |
|---|---|---|
|
|
Depth |
Not implemented. Returns 0
(Overrides DbDataReader..::..Depth.) |
|
|
FieldCount |
Returns the number of columns in the current resultset.
(Overrides DbDataReader..::..FieldCount.) |
|
|
HasRows |
Returns True if the resultset has rows that can be fetched
(Overrides DbDataReader..::..HasRows.) |
|
|
IsClosed |
Returns True if the data reader is closed
(Overrides DbDataReader..::..IsClosed.) |
|
|
Item[([( Int32])]) |
Indexer to retrieve data from a column given its i
(Overrides DbDataReader..::..Item[([( Int32])]) .) |
|
|
Item[([( String])]) |
Indexer to retrieve data from a column given its name
(Overrides DbDataReader..::..Item[([( String])]) .) |
|
|
RecordsAffected |
Retrieve the count of records affected by an update/insert/delete command. Only valid once the data reader is closed!
(Overrides DbDataReader..::..RecordsAffected.) |
|
|
VisibleFieldCount |
Gets the number of fields in the DbDataReader that are not hidden. (Inherited from DbDataReader.) |
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
|
|
IDataRecord..::..GetData | (Inherited from DbDataReader.) |