AwDbExData.SrcFileName Property

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

Home | Software & Source Code Library | About Us | Information Based on Law | Terms of Service
Software List | Product Price List | How to Buy | Order Form | FAQ | Site Map
Copyright (C) 2001-2012 Asterworld. All Rights Reserved.