| 
            
              ITableOperationsApplyRecordDefaults Method
             | 
          
        
        
            Applies the default values on the specified modeled table 
record
            where any of the properties are marked with either 
DefaultValueAttribute
            or 
DefaultValueExpressionAttribute.
            
 
        
        Namespace: GSF.Data.ModelAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
Syntaxvoid ApplyRecordDefaults(
	Object record
)
Sub ApplyRecordDefaults ( 
	record As Object
)
void ApplyRecordDefaults(
	Object^ record
)
abstract ApplyRecordDefaults : 
        record : Object -> unit function ApplyRecordDefaults(record);
 View SourceParameters
- record  Object
 - Record to update.
 
See Also