|
AdoDataConnectionGuid(DataRow, String) Method
|
Retrieves Guid from a DataRow field based on database type.
Namespace: GSF.DataAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.248-beta+a497a19de709fd99e2448886199a2c8824265ddf
Syntaxpublic Guid Guid(
DataRow row,
string fieldName
)
Public Function Guid (
row As DataRow,
fieldName As String
) As Guid
public:
Guid Guid(
DataRow^ row,
String^ fieldName
)
member Guid :
row : DataRow *
fieldName : string -> Guid
function Guid(row, fieldName);
View SourceParameters
- row DataRow
- DataRow from which value needs to be retrieved.
- fieldName String
- Name of the field which contains Guid.
Return Value
GuidGuid.
See Also