Свойство | Type | Description | |
---|---|---|---|
FindParentSmartPart | EntityBoundSmartPart | ||
PopulateDataSource | void |
Méthode | Description | |
---|---|---|
DeleteEntities ( IEnumerable |
Remove entities. If the DeleteMethodName is specified then this will be called, otherwise we'll try and remove them from the parent collection.
|
|
Refresh ( ) : void |
Reload the entity collection and signal connected objects that the data may have changed.
|
Méthode | Description | |
---|---|---|
GetView ( string viewName ) : System.Web.UI.DataSourceView | ||
OnInit ( |
Méthode | Description | |
---|---|---|
FindParentSmartPart ( ) : EntityBoundSmartPart |
Attempt to find the smart part containing this control.
|
|
PopulateDataSource ( ) : void |
Populate the parent's data source collection based on the provided data source property name.
|
public DeleteEntities ( IEnumerable | ||
entities | IEnumerable | |
Résultat | int |
protected GetView ( string viewName ) : System.Web.UI.DataSourceView | ||
viewName | string | |
Résultat | System.Web.UI.DataSourceView |