Active Query Builder 2 .NET Edition reference
Size Property (MetadataField)



Gets or sets the data type size of a field.
Syntax
'Declaration
 
Public Property Size As System.Long
'Usage
 
Dim instance As MetadataField
Dim value As System.Long
 
instance.Size = value
 
value = instance.Size
public System.long Size {get; set;}
public: __property System.long get_Size();
public: __property void set_Size( 
   System.long value
);
See Also

Reference

MetadataField Class
MetadataField Members

 

 


© Copyright 2005-2012 ActiveDBSoft. All rights reserved.

Send Feedback