The type for the value. While the connection string is all text, if this is Int32 for example, then the string for the value for this needs to be in the form "123".
Syntax
Visual Basic (Declaration) | |
---|
Public ReadOnly Property PropType As Type |
C# | |
---|
public Type PropType {get;} |
Managed Extensions for C++ | |
---|
public: __property Type* get_PropType(); |
C++/CLI | |
---|
public:
property Type^ PropType {
Type^ get();
} |
Requirements
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP, Windows Vista, Windows Server 2003 family
See Also