Click or drag to resize

DataTableRangeWrapper Methods

The DataTableRangeWrapper type exposes the following members.

Methods
 NameDescription
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetColumnName Gets the name of the specified data column.
Public methodGetColumnProperty(Int32, Int32) Gets a column property by column and property index.
Public methodGetColumnProperty(Int32, String) Gets a column property by column index and property name.
Public methodGetColumnProperty(String, Int32) Gets a column property by column name and property index.
Public methodGetColumnProperty(String, String) Gets a column property by column name and property name.
Public methodGetColumnPropertyName Gets the name of the specified property column.
Public methodGetData(Int32, Int32) Gets a data value by column and row index.
Public methodGetData(String, Int32) Gets a data value by column name and row index.
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodGetRowCount Gets the number of accessible rows for the specified column.
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Top
See Also