Interface IEntityInfo

Result of a DataAdapterBase.getEntityByType() call.

interface IEntityInfo {
    config: IEntityConfig<any>;
    name: string;
    noDbNull: boolean;
}

Properties

Properties

config: IEntityConfig<any>

The underlying config.

name: string

The name.

noDbNull: boolean

Values, that indicates, if DbNull should be used or not.

Generated using TypeDoc