Tortuga.Chain Namespace
Tortuga.Chain.CommandBuilders Namespace
Tortuga.Chain.Metadata Namespace

ObjectDataReader<(Of <(<'TObject>)>)>..::..GetGuid Method

Gets the value of the specified column as a globally-unique identifier (GUID).

Namespace:  Tortuga.Chain
Assembly:  Tortuga.Chain.Core (in Tortuga.Chain.Core.dll)

Syntax


public Guid GetGuid(
	int ordinal
)
Public Function GetGuid ( _
	ordinal As Integer _
) As Guid
public:
Guid^ GetGuid(
	int^ ordinal
)

Parameters

ordinal
Type: Int32
The zero-based column ordinal.

Return Value

The value of the specified column.