DictTable.Fieldsqldefault(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the SQL default value for the field that is specified by field ID.
public:
virtual System::String ^ Fieldsqldefault(int fieldId);
public virtual string Fieldsqldefault (int fieldId);
abstract member Fieldsqldefault : int -> string
override this.Fieldsqldefault : int -> string
Public Overridable Function Fieldsqldefault (fieldId As Integer) As String
Parameters
- fieldId
- Int32
The ID of the field for which the SQL default data is being retrieved.
Returns
A string that represents the SQL default value for the field that is specified by the fieldId parameter; an empty string if the field has no SQL default value or the table is not an SQL table.