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 SqlString.
Namespace: System.Data.SqlServerCe
Assembly: System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
Syntax
'Declaration
Public Function GetSqlString ( _
ordinal As Integer _
) As SqlString
'Usage
Dim instance As SqlCeUpdatableRecord
Dim ordinal As Integer
Dim returnValue As SqlString
returnValue = instance.GetSqlString(ordinal)
public SqlString GetSqlString(
int ordinal
)
public:
SqlString GetSqlString(
int ordinal
)
member GetSqlString :
ordinal:int -> SqlString
public function GetSqlString(
ordinal : int
) : SqlString
Parameters
- ordinal
Type: System.Int32
The field from which to retrieve a value.
Return Value
Type: System.Data.SqlTypes.SqlString