| DbStringIsFixedLength Property  | 
            Fixed length 
            
 
Namespace: DapperAssembly: VirtualRadar.Database (in VirtualRadar.Database.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic bool IsFixedLength { get; set; }Public Property IsFixedLength As Boolean
	Get
	Set
public:
property bool IsFixedLength {
	bool get ();
	void set (bool value);
}member IsFixedLength : bool with get, set
Property Value
Type: 
Boolean
See Also