Gets a Guid value from the datareader.

Namespace: CodeSmith.Engine
Assembly: CodeSmith.Engine (in CodeSmith.Engine.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public Guid GetGuid(
	string name
)
Visual Basic
Public Function GetGuid ( 
	name As String
) As Guid

Parameters

name
Type: System..::..String
Name of the column containing the value.

Return Value

Type: Guid

Remarks

Returns Guid.Empty for null.

See Also