Knight Data Access Layer
IsLongText Property




KellermanSoftware.NetDataAccessLayer Namespace > Field Class : IsLongText Property
Returns true if the property is of type string and there is a column attribute without a length defined
Syntax
<XmlIgnoreAttribute()>
Public Property IsLongText As Boolean
Dim instance As Field
Dim value As Boolean
 
instance.IsLongText = value
 
value = instance.IsLongText
[XmlIgnore()]
public bool IsLongText {get; set;}
[XmlIgnore()]
public: __property bool get_IsLongText();
public: __property void set_IsLongText( 
   bool value
);
[XmlIgnore()]
public:
property bool IsLongText {
   bool get();
   void set (    bool value);
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Field Class
Field Members