Indicates that the database is to be used for the storage of documents. If this is false, only annotations will be stored in the database
            and any requests for documents will be routed to the file system and attempted to be read from StorageRootPath. If this is false, any properties 
            concerning the storage and retrieval of documents from the database will be ignored as they are no longer relevant.
            
            
            Syntax
            
            
            
            
            'Declaration
 
Public ReadOnly Property UseImageTable As Boolean
             
        
            
            'Usage
 
Dim instance As MarkupSqlImageDataProvider
Dim value As Boolean
 
value = instance.UseImageTable
             
        
            
            public bool UseImageTable {get;}
             
        
            
            public: __property bool get_UseImageTable();
             
        
            
            public:
property bool UseImageTable {
   bool get();
}
             
        
             
        
            
            
             
            
            
            
            
            
            
            
            
            
            
            
            See Also