Click or drag to resize

DataRowExtensionsAsGuid Method

Overload List
  Name Description
Public Extension Method AsGuid(DataRow, Int32) Attempts to type cast the specified column of a to the defined type.
Public Extension Method AsGuid(DataRow, String) Attempts to type cast the specified column of a to the defined type.
Public Extension Method AsGuid(DataRow, Int32, Guid) Attempts to type cast the specified column of a to the defined type.
Public Extension Method AsGuid(DataRow, String, Guid) Attempts to type cast the specified column of a to the defined type.
Top
See Also