DataGenerationServices.GetTypesExcludedFromComparison Method
Returns a list of excluded types.
Namespace: Microsoft.Data.Schema.DataGenerator
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Public Overridable Function GetTypesExcludedFromComparison ( _
projectStore As DataSchemaModel _
) As IList(Of Type)
'Usage
Dim instance As DataGenerationServices
Dim projectStore As DataSchemaModel
Dim returnValue As IList(Of Type)
returnValue = instance.GetTypesExcludedFromComparison(projectStore)
public virtual IList<Type> GetTypesExcludedFromComparison(
DataSchemaModel projectStore
)
public:
virtual IList<Type^>^ GetTypesExcludedFromComparison(
DataSchemaModel^ projectStore
)
public function GetTypesExcludedFromComparison(
projectStore : DataSchemaModel
) : IList<Type>
abstract GetTypesExcludedFromComparison :
projectStore:DataSchemaModel -> IList<Type>
override GetTypesExcludedFromComparison :
projectStore:DataSchemaModel -> IList<Type>
Parameters
- projectStore
Type: Microsoft.Data.Schema.SchemaModel.DataSchemaModel
The project store
Return Value
Type: System.Collections.Generic.IList<Type>
.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.