public T GetDefinition<T>( string name ) where T: Definition
Public Function GetDefinition(Of T As Definition)( _ ByVal name As String _ ) As T
Parameters
- name
 - The name of the dataset.
 
Type Parameters
- T
 - The type of dataset definition.
 
Return Value
A specific Definition instance corresponding to type T.