Share via


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

See Also

Reference

DataSchemaModel Class

GetCustomData Overload

Microsoft.Data.Schema.SchemaModel Namespace

GetCustomData