DynamicDataExtensions.GetDefaultValues 메서드

정의

기본값을 가져옵니다.

오버로드

GetDefaultValues(IDataSource)

지정된 데이터 소스의 기본값에 대한 컬렉션을 가져옵니다.

GetDefaultValues(INamingContainer)

지정된 데이터 컨트롤의 기본값에 대한 컬렉션을 가져옵니다.

GetDefaultValues(IDataSource)

지정된 데이터 소스의 기본값에 대한 컬렉션을 가져옵니다.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ GetDefaultValues(System::Web::UI::IDataSource ^ dataSource);
public static System.Collections.Generic.IDictionary<string,object> GetDefaultValues (this System.Web.UI.IDataSource dataSource);
static member GetDefaultValues : System.Web.UI.IDataSource -> System.Collections.Generic.IDictionary<string, obj>
<Extension()>
Public Function GetDefaultValues (dataSource As IDataSource) As IDictionary(Of String, Object)

매개 변수

dataSource
IDataSource

기본값을 가져올 데이터 소스입니다.

반환

IDictionary<String,Object>

IDataSource 개체와 연결된 기본값의 컬렉션입니다.

설명

기본값의 컬렉션은 또는 EnableDynamicData 메서드를 SetMetaTable 사용하여 설정됩니다.

적용 대상

GetDefaultValues(INamingContainer)

지정된 데이터 컨트롤의 기본값에 대한 컬렉션을 가져옵니다.

public:
[System::Runtime::CompilerServices::Extension]
 static System::Collections::Generic::IDictionary<System::String ^, System::Object ^> ^ GetDefaultValues(System::Web::UI::INamingContainer ^ control);
public static System.Collections.Generic.IDictionary<string,object> GetDefaultValues (this System.Web.UI.INamingContainer control);
static member GetDefaultValues : System.Web.UI.INamingContainer -> System.Collections.Generic.IDictionary<string, obj>
<Extension()>
Public Function GetDefaultValues (control As INamingContainer) As IDictionary(Of String, Object)

매개 변수

control
INamingContainer

기본값을 가져올 데이터 컨트롤입니다.

반환

IDictionary<String,Object>

INamingContainer 개체와 연결된 기본값의 컬렉션입니다.

설명

기본값의 컬렉션은 또는 EnableDynamicData 메서드를 SetMetaTable 사용하여 설정됩니다.

적용 대상