QueryResultRow
Namespace: TagBites.DB
Assembly: TagBites.DB.dll
Product: TagBites.DB v. 1.0.37
public sealed class QueryResultRow : System.Collections.Generic.IList<object>, System.Collections.Generic.ICollection<object>, System.Collections.Generic.IEnumerable<object>, System.Collections.IEnumerableInheritance: object → QueryResultRow
Properties
Section titled “Properties”ColumnCount
Section titled “ColumnCount”public int ColumnCount { get; }Property Value
Section titled “Property Value”RowIndex
Section titled “RowIndex”public int RowIndex { get; }Property Value
Section titled “Property Value”Indexers
Section titled “Indexers”public object Item[int columnIndex] { get; }Property Value
Section titled “Property Value”public object Item[string columnName] { get; }Property Value
Section titled “Property Value”Methods
Section titled “Methods”ContainsColumn(string)
Section titled “ContainsColumn(string)”public bool ContainsColumn(string columnName)Parameters
Section titled “Parameters”columnNamestring
Returns
Section titled “Returns”GetColumnIndex(string)
Section titled “GetColumnIndex(string)”public int GetColumnIndex(string columnName)Parameters
Section titled “Parameters”columnNamestring
Returns
Section titled “Returns”GetColumnName(int)
Section titled “GetColumnName(int)”public string GetColumnName(int column)Parameters
Section titled “Parameters”columnint
Returns
Section titled “Returns”GetEnumerator()
Section titled “GetEnumerator()”public virtual IEnumerator<object> GetEnumerator()Returns
Section titled “Returns”GetValue(string)
Section titled “GetValue(string)”public object GetValue(string columnName)Parameters
Section titled “Parameters”columnNamestring
Returns
Section titled “Returns”GetValue<T>(string)
Section titled “GetValue<T>(string)”public T GetValue(string columnName)Parameters
Section titled “Parameters”columnNamestring
Returns
Section titled “Returns”T
GetValue(int)
Section titled “GetValue(int)”public object GetValue(int columnIndex)Parameters
Section titled “Parameters”columnIndexint
Returns
Section titled “Returns”GetValue<T>(int)
Section titled “GetValue<T>(int)”public T GetValue(int columnIndex)Parameters
Section titled “Parameters”columnIndexint
Returns
Section titled “Returns”T