Click or drag to resize

ProjectionRowGet Method

Overload List
  NameDescription
Public methodGetT(Int32)
Gets the value for the specified index and converts it to the type T. If the value can be nullable, specify Nullable<T> of T is a value type.
Public methodGetT(String)
Gets the value for the specified name and converts it to the type T. If the value can be nullable, specify Nullable<T> of T is a value type.
Top
See Also