RowFieldsBase.Initialize method
namespace: Serenity.Data assembly: Serenity.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
- interface IAnnotatedType
- interface ISqlDialect
- class RowFieldsBase