DynamicDataExtensions Methods

 

Namespace:   System.Web.DynamicData
Assembly:  System.Web.DynamicData (in System.Web.DynamicData.dll)

NameDescription
System_CAPS_pubmethodSystem_CAPS_staticConvertEditedValue(IFieldFormattingOptions^, String^)

Returns the value provided by a user for a control that is being validated.

System_CAPS_pubmethodSystem_CAPS_staticEnablePersistedSelection(BaseDataBoundControl^)

Obsolete. Enables selection to be persisted in data controls that support selection and paging.

System_CAPS_pubmethodSystem_CAPS_staticExpandDynamicWhereParameters(IDynamicDataSource^)

Expands dynamic filters into Where parameters that are usable by the data source.

System_CAPS_pubmethodSystem_CAPS_staticFindDataSourceControl(Control^)

Returns the data source that is associated with the data control for the specified control.

System_CAPS_pubmethodSystem_CAPS_staticFindFieldTemplate(Control^, String^)

Returns the field template for the specified column in the specified control's naming container.

System_CAPS_pubmethodSystem_CAPS_staticFindMetaTable(Control^)

Returns the metatable object for the containing data control.

System_CAPS_pubmethodSystem_CAPS_staticFormatEditValue(IFieldFormattingOptions^, Object^)

Formats the specified field value by using the specified formatting options.

System_CAPS_pubmethodSystem_CAPS_staticFormatValue(IFieldFormattingOptions^, Object^)

Formats the specified field value by using the specified formatting options.

System_CAPS_pubmethodSystem_CAPS_staticGetDefaultValues(IDataSource^)

Gets the collection of the default values for the specified data source.

System_CAPS_pubmethodSystem_CAPS_staticGetDefaultValues(INamingContainer^)

Gets the collection of the default values for the specified data control.

System_CAPS_pubmethodSystem_CAPS_staticGetEnumType(MetaColumn^)

Gets the type of the enumeration that represents the column.

System_CAPS_pubmethodSystem_CAPS_staticGetMetaTable(IDataSource^)

Gets the metadata for a table in the specified data source object.

System_CAPS_pubmethodSystem_CAPS_staticGetMetaTable(INamingContainer^)

Gets the table metadata for the specified data control.

System_CAPS_pubmethodSystem_CAPS_staticGetTable(IDynamicDataSource^)

Returns the MetaTable object that is associated with the specified data source control.

System_CAPS_pubmethodSystem_CAPS_staticLoadWith<TEntity>(LinqDataSource^)

Sets the System.Data.Linq::DataLoadOptions value of a LINQ-to-SQL data source to force all the foreign-key entities to be loaded.

System_CAPS_pubmethodSystem_CAPS_staticLoadWithForeignKeys(LinqDataSource^, Type^)

Sets the System.Data.Linq::DataLoadOptions value of a LINQ-to-SQL data source to force all the foreign-key entities to be loaded.

System_CAPS_pubmethodSystem_CAPS_staticSetMetaTable(INamingContainer^, MetaTable^)

Sets the table metadata for the specified data control.

System_CAPS_pubmethodSystem_CAPS_staticSetMetaTable(INamingContainer^, MetaTable^, IDictionary<String^, Object^>^)

Sets the table metadata and default value mapping for the specified data control.

System_CAPS_pubmethodSystem_CAPS_staticSetMetaTable(INamingContainer^, MetaTable^, Object^)

Sets the table metadata and default value mapping for the specified data control.

System_CAPS_pubmethodSystem_CAPS_staticTryGetMetaTable(IDataSource^, MetaTable^%)

Determines whether table metadata is available.

System_CAPS_pubmethodSystem_CAPS_staticTryGetMetaTable(INamingContainer^, MetaTable^%)

Determines whether table metadata is available.

Return to top
Show: