Skip to content

RowFieldsBase.Initialize method

Initializes the specified annotations.

public void Initialize(IAnnotatedType? annotations, ISqlDialect dialect)
parameter description
annotations The annotations.
dialect The dialect.

Exceptions

exception condition
ArgumentNullException dialect
InvalidProgramException

See Also