Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the value of the specified field as a GUID.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public Function GetGuid ( _
ordinal As Integer _
) As Guid
'Usage
Dim instance As SqlCeUpdatableRecord
Dim ordinal As Integer
Dim returnValue As Guid
returnValue = instance.GetGuid(ordinal)
public Guid GetGuid(
int ordinal
)
public:
virtual Guid GetGuid(
int ordinal
) sealed
abstract GetGuid :
ordinal:int -> Guid
override GetGuid :
ordinal:int -> Guid
public final function GetGuid(
ordinal : int
) : Guid
Parameters
- ordinal
Type: System.Int32
The field from which to retrieve a value.
Return Value
Type: System.Guid