Share via


DictTable.Fieldsqldefault(Int32) Method

Definition

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.

Applies to