|
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.250-beta+e1aac152bf9c38c67035c6d283461f222e39e02a
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