Data Port Sync 1.0.500

SqlCeConnection.FileName Property

[This is preliminary documentation and subject to change.]

Gets or sets the database file name.

[Visual Basic]
Public Property FileName As 
[C#]
public  FileName {get; set;}

Property Value

Database file path and name.

Remarks

This property combines the features of the Database property and the ChangeDatabase method.

See Also

SqlCeConnection Class | Primeworks.DesktopSqlCe Namespace