|   | TableHasAutoIncField Property | 
        
        
            Gets flag that determines if the 
Table has an auto-increment field.
            
 GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
Syntaxpublic bool HasAutoIncField { get; }Public ReadOnly Property HasAutoIncField As Boolean
	Get
public:
property bool HasAutoIncField {
	bool get ();
}member HasAutoIncField : bool with get
function get_HasAutoIncField();
Property Value
Boolean See Also
See Also