Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Allows database schema provider implementations to process the file list before it is inserted into the model.
Namespace: Microsoft.Data.Schema.Build
Assembly: Microsoft.Data.Schema (in Microsoft.Data.Schema.dll)
Syntax
'Declaration
Protected Overridable Sub OnProcessFileListPriorToBatchLoadOrUpdate ( _
allFiles As IList(Of ITaskItem) _
)
protected virtual void OnProcessFileListPriorToBatchLoadOrUpdate(
IList<ITaskItem> allFiles
)
protected:
virtual void OnProcessFileListPriorToBatchLoadOrUpdate(
IList<ITaskItem^>^ allFiles
)
abstract OnProcessFileListPriorToBatchLoadOrUpdate :
allFiles:IList<ITaskItem> -> unit
override OnProcessFileListPriorToBatchLoadOrUpdate :
allFiles:IList<ITaskItem> -> unit
protected function OnProcessFileListPriorToBatchLoadOrUpdate(
allFiles : IList<ITaskItem>
)
Parameters
- allFiles
Type: System.Collections.Generic.IList<ITaskItem>
The file list.
.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.