DataSchemaModel.GetCustomData Method
Gets a list of custom data.
Namespace: Microsoft.Data.Schema.SchemaModel
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Function GetCustomData As IList(Of CustomSchemaData)
public IList<CustomSchemaData> GetCustomData()
public:
IList<CustomSchemaData^>^ GetCustomData()
member GetCustomData : unit -> IList<CustomSchemaData>
public function GetCustomData() : IList<CustomSchemaData>
Return Value
Type: System.Collections.Generic.IList<CustomSchemaData>
An IList<T> of type CustomSchemaData.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.