WildField Interface

The interface of Field<T> that provides non-generic properties.

C#
public interface WildField
Derived

Properties

ParameterName

Gets the parameter name.

ColumnDefinition

Gets a string representing the column definition.

ColumnName

Gets the column definition.

PropertyInfo

Gets the property.

IsAutoIncrement

Gets a value indicating whether the field is qualified with AUTOINCREMENT.

Properties Detail

ParameterName

Gets the parameter name.

C#
string ParameterName { get; }

Property Value

ColumnDefinition

Gets a string representing the column definition.

C#
string ColumnDefinition { get; }

Property Value

ColumnName

Gets the column definition.

C#
string ColumnName { get; }

Property Value

PropertyInfo

Gets the property.

C#
PropertyInfo PropertyInfo { get; }

Property Value

IsAutoIncrement

Gets a value indicating whether the field is qualified with AUTOINCREMENT.

C#
bool IsAutoIncrement { get; }

Property Value