RowFieldsBase.Initialize method

namespace: Serenity.Data   assemblySerenity.Net.Entity

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