IDataClass LoadData Method Kentico 8.0 API Reference
Overload List

  NameDescription
Public methodLoadData(DataRow)
Loads the object data from given DataRow.
Public methodLoadData(Int32)
Loads the object data by the given primary key value
Public methodLoadData( Object )
Loads the object data form the given array
Public methodLoadData(IDataContainer)
Loads the object data from given data container.
Back to Top
See Also