Gets the filename of the data source.
[Visual Basic]
Public ReadOnly Property SrcFileName As String
[C#]
public string SrcFileName {get;}
Property Value
String.
Example
How to get the filename of the data source.
Dim fileName As String = dbExData.SrcFileName
string fileName = dbExData.SrcFileName;
See Also
AwDbExData Class | Asterworld.Data Namespace