Interface IHydratable
Namespace: DotNetNuke.Entities.Modules
Assembly: DotNetNuke.dll
Syntax
public interface IHydratable
Properties
KeyID
Declaration
int KeyID { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
Methods
Fill(IDataReader)
Declaration
void Fill(IDataReader dr)
Parameters
| Type | Name | Description |
|---|---|---|
| IDataReader | dr |