MetaColumn.IsCustomProperty Proprietà

Definizione

Ottiene un valore che indica se il campo dati esiste nel database.

public:
 property bool IsCustomProperty { bool get(); };
public bool IsCustomProperty { get; }
member this.IsCustomProperty : bool
Public ReadOnly Property IsCustomProperty As Boolean

Valore della proprietà

Boolean

true se il campo dati non esiste nel database; in caso contrario, false.

Commenti

Utilizzare la proprietà per determinare se un campo dati si trova nel database o se si tratta di una proprietà aggiuntiva aggiunta IsCustomProperty all'oggetto contesto dati.

Si applica a