Click or drag to resize

ProjectionRow.Get Method

Overload List
  NameDescription
Public methodGet<T>(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 methodGet<T>(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