Public Sub AddFullTextIndex(Of T As {Class, New})( _ ByVal indexName As String, _ ByVal propertyName As String _ )
Dim instance As NinjaDbPro Dim indexName As String Dim propertyName As String instance.AddFullTextIndex(Of T)(indexName, propertyName)
public void AddFullTextIndex<T>( string indexName, string propertyName ) where T: class, new()
public: void AddFullTextIndexgeneric<typename T> ( String^ indexName, String^ propertyName ) where T: ref class, gcnew()
Parameters
- indexName
- propertyName
Type Parameters
- T