Expand Minimize
This topic has not yet been rated - Rate this topic

SqlCeUpdatableRecord.SetChar Method

Sets the column at the specified index to the passed-in char value.

Namespace:  System.Data.SqlServerCe
Assembly:  System.Data.SqlServerCe (in System.Data.SqlServerCe.dll)
public void SetChar(
	int ordinal,
	char value
)

Parameters

ordinal
Type: System.Int32
The field in which to set the value.
value
Type: System.Char
The value to set.
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.