Data Port Sync 1.0.500

SqlCeColumn. Method 

[This is preliminary documentation and subject to change.]

Renames the column.

[Visual Basic]
Public Sub ( _
   ByVal String As String _
)
[C#]
public void (
   String strNewName
);

Parameters

String
New column name.

Remarks

This method renames both the SqlCeColumn object (changes the Name property) as well as the corresponding database object. Use only on SqlCeColumn objects owned by a SqlCeTable.

See Also

SqlCeColumn Class | Primeworks.DesktopSqlCe Namespace