System.Data.SqlClient Namespace SqlDataReader Class
Returns the SQLGuid value of the specified column.
[ VB ]
NotOverridable Public Function GetSQLGuid ( _
ByVal index As Integer _
) As SQLGuid
[ C# ]
public SQLGuid GetSQLGuid (
int index
);
[ C++ ]
public: __sealed SQLGuid GetSQLGuid (
int index
);
[ JScript ]
public function GetSQLGuid (
index : int
) : SQLGuid
- index
- The zero-based column ordinal.
An SQLGuid.
No conversions are performed, therefore the data retrieved must already be a GUID.
Call IsDBNull to check for null values before calling this method.
SqlDataReader Members