| 
            
              ITableOperationsNewRecord Method
             | 
          
        
        
            Creates a new modeled record instance, applying any modeled default values as specified by a
            
DefaultValueAttribute or 
DefaultValueExpressionAttribute on the
            model properties.
            
 
        
        Namespace: GSF.Data.ModelAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
SyntaxFunction NewRecord As Object
abstract NewRecord : unit -> Object 
 View SourceReturn Value
ObjectNew modeled record instance with any defined default values applied.
See Also