DataMemberIsGuid Property |
true if field is of type
Guid
Namespace:
VelocityDb.TypeInfo
Assembly:
VelocityDb (in VelocityDb.dll) Version: 8.2.1.0 (8.2.1)
Syntaxpublic bool IsGuid { get; }
Public ReadOnly Property IsGuid As Boolean
Get
public:
property bool IsGuid {
bool get ();
}
member IsGuid : bool with get
Property Value
Type:
Boolean
See Also