The DbType for this node.
Syntax
Visual Basic (Declaration) | |
---|
Public ReadOnly Property DataDbType As DbType |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As MetaDataElement
Dim value As DbType
value = instance.DataDbType |
C# | |
---|
public DbType DataDbType {get;} |
Managed Extensions for C++ | |
---|
public: __property DbType get_DataDbType(); |
C++/CLI | |
---|
public:
property DbType DataDbType {
DbType get();
} |
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
See Also